operator [] method

Authorperm operator [](
  1. int index
)

Implementation

Authorperm operator [](int index) => posts?[index] ?? comments![index];