Module locus_mmdb_data

References

Data Types

array()

array() = [value()]

boolean_()

boolean_() = boolean()

bytes()

bytes() = binary()

double()

double() = float() | '#Inf' | '#-Inf'

float_()

float_() = double()

int32()

int32() = -2147483648..2147483647

map_()

map_() = #{unicode:unicode_binary() => value()}

nonmap_value()

nonmap_value() = utf8_string() | double() | bytes() | uint16() | uint32() | int32() | uint64() | uint128() | array() | boolean() | float_()

uint128()

uint128() = 0..340282366920938463463374607431768211455

uint16()

uint16() = 0..65535

uint32()

uint32() = 0..4294967295

uint64()

uint64() = 0..18446744073709551615

utf8_string()

utf8_string() = unicode:unicode_binary()

value()

value() = map_() | nonmap_value()


Generated by EDoc