void main() {
    auto someAutoVariableName = this.firstLink.secondLink
        .filter!(shouldBeProbablySomeIdentifierOrNot);
}