getIndexed

fun Meta.getIndexed(name: Name): Map<String?, Meta>
fun <M : TypedMeta<M>> TypedMeta<M>.getIndexed(name: Name): Map<String?, M>

Get all items matching given name. The index of the last element, if present is used as a Regex, against which indexes of elements are matched.

fun <M : TypedMeta<M>> TypedMeta<M>.getIndexed(name: String): Map<String?, Meta>