get

operator fun get(index: String): Author?

Retrive point for Author via tag

Operator to find an author in the team by their tag; to be used with brackets config[TAG]

Return

an Author, if there is a match; null otherwise

Parameters

index

the tag of the desired author