findIds

Gets a list of all tags with a given id. Param: tag = The tag that should be searched for ids.

inout(Tag)[]
findIds
(
inout Tag tag
)

Return Value

Type: inout(Tag)[]

A list of the id of this and every child tag. This list will not contain any duplicated.

Meta