View Source argo_types (argo v1.0.3)

Summary

Types

-type backreference() :: usize().
-type i8() :: -128..127.
-type i16() :: -32768..32767.
-type i32() :: -2147483648..2147483647.
-type i64() :: -9223372036854775808..9223372036854775807.
-type isize() :: i64().
-type label() :: i64().
-type length() :: usize().
-type name() :: unicode:unicode_binary().
-type option(T) :: none | {some, T}.
-type u8() :: 0..255.
-type u16() :: 0..65535.
-type u32() :: 0..4294967295.
-type u64() :: 0..18446744073709551615.
-type usize() :: u64().
-type varint() :: i64().

Functions

-spec dynamic_cast(term()) -> dynamic().
-spec format_error(dynamic(), dynamic()) -> dynamic().
Link to this function

format_with_lines(Chardata)

View Source
-spec format_with_lines(unicode:chardata()) -> unicode:unicode_binary().
Link to this function

unicode_binary(Chardata)

View Source
-spec unicode_binary(unicode:chardata()) -> unicode:unicode_binary().
Link to this function

unicode_length(UnicodeBinary)

View Source
-spec unicode_length(unicode:unicode_binary() | string()) -> non_neg_integer().
Link to this function

unicode_string(Chardata)

View Source
-spec unicode_string(unicode:chardata()) -> string().