PackList.GlobResult

Result of globbing functions.

  • matches — Matched objects
  • pack — Pack the files come from
class PackList
alias GlobResult(T) = Tuple!(T[], "matches", Pack*, "pack")

Meta