I am trying to align text inside an unordered list.
\begin{itemize}
\item
\begin{tabular}{rl}
when size = capacity $\Rightarrow$ resize $\Rightarrow$ &capacity increased \\
&a bigger array is allocated \\
&existing elements are copied to the new array
\end{tabular}
\end{itemize}
Here is the result:
However, the bullet is vertically centered. How can I make it stay at the top?

begin{tabuler}[t]{rl}– Bernard Jun 14 '21 at 22:50c), as there is the same argument foraligned, gathered, …. – Bernard Jun 15 '21 at 08:41