apply_selector

docblock
apply_selector(selector, symbols::Vector{Symbol}) -> Vector{Symbol}

Apply a selector to filter a vector of symbols.

Arguments

  • selector: A Symbol, Function, or String
  • symbols::Vector{Symbol}: Symbols to filter

Returns

Vector of symbols that match the selector.