Pack.Resource

Represents a resource along with its options.

  • match — Matched resource
  • options — Options of the resource
struct Pack
alias Resource(T) = Tuple!(T, "match", const(ResourceOptions)*, "options")

Meta