Packages

A ISBN utility library for the Gleam

Current section

Files

Jump to
glisbn include regions_Dataset.hrl
Raw

include/regions_Dataset.hrl

-record(dataset, {
code :: binary(),
name :: binary(),
ranges :: list(list(binary()))
}).