# Structs
MethodID uniquely identifies a method in a library we want to compile-check against.
MethodParam represents one parameter that the client library expects.
# Type aliases
MethodInitializers maps methods to their initialization.
MethodParamSets maps methods to their parameters.
MethodSlice orders a slice of MethodID's by (in order) APIName, APIVersion, FragmentName.