PreviousUpNext

14.4.65  Pack_Float

The standard library Pack_Float api defines access

The Pack_Float api appears to lack implementations at present.

The Pack_Float api source code is in src/lib/std/src/pack-float.api.

The above information is manually maintained and may contain errors.

api {
    Float;
    bytes_per_element : Int;
    is_big_endian : Bool;
    to_bytes : Float -> vector_of_one_byte_unts::Vector;
    from_bytes : vector_of_one_byte_unts::Vector -> Float;
    get_vec : (vector_of_one_byte_unts::Vector , Int) -> Float;
    get_rw_vec : (rw_vector_of_one_byte_unts::Rw_Vector , Int) -> Float;
    set : (rw_vector_of_one_byte_unts::Rw_Vector , Int , Float) -> Void;};


Comments and suggestions to: bugs@mythryl.org

PreviousUpNext