|
NAMElfe_bits - Lisp Flavoured Erlang (LFE) common binary functionsSYNOPSISThis module contains a collection of library functions for for handling binaries. They are generally not called by the user.EXPORTSparse_bitspecs(Specs) ->
Parse a bitspec and return the data. Unmentioned fields get the value 'default'. get_bitspecs(Specs) ->
Parse a bitspec, apply defaults and return the data. Unmentioned fields get the value 'default'. ERROR INFORMATIONThe following error values are returned:{undefined_bittype,Type} bittype_unit AUTHORSRobert Virding.
Visit the GSP FreeBSD Man Page Interface. |