Skip to content
  • Herbert Valerio Riedel's avatar
    22c23c6b
    Rename `{import,export}Integer` · 22c23c6b
    Herbert Valerio Riedel authored
    
    
    This renames to more verbose names which include the type these
    operations import/export from/to:
    
     - `importIntegerFromByteArray`, and
     - `exportIntegerToMutableByteArray`.
    
    This follows the naming convention used for other primitive operations,
    such as the recently added `copyMutableByteArrayToAddr` operation.
    
    Signed-off-by: Herbert Valerio Riedel's avatarHerbert Valerio Riedel <hvr@gnu.org>
    22c23c6b
    Rename `{import,export}Integer`
    Herbert Valerio Riedel authored
    
    
    This renames to more verbose names which include the type these
    operations import/export from/to:
    
     - `importIntegerFromByteArray`, and
     - `exportIntegerToMutableByteArray`.
    
    This follows the naming convention used for other primitive operations,
    such as the recently added `copyMutableByteArrayToAddr` operation.
    
    Signed-off-by: Herbert Valerio Riedel's avatarHerbert Valerio Riedel <hvr@gnu.org>
Loading