<num> = <mview>[<index>] <spanclass="hljs-comment"># Can be int or float.</span>
<num> = <mview>[<index>] <spanclass="hljs-comment"># Returns an int or a float.</span>
<mview> = <mview>[<slice>] <spanclass="hljs-comment"># Mview with rearranged elements.</span>
<mview> = <mview>[<slice>] <spanclass="hljs-comment"># Mview with rearranged elements.</span>
<mview> = <mview>.cast(<spanclass="hljs-string">'<typecode>'</span>) <spanclass="hljs-comment"># Casts a memoryview to a new format.</span>
<mview> = <mview>.cast(<spanclass="hljs-string">'<typecode>'</span>) <spanclass="hljs-comment"># Casts a memoryview to a new format.</span>
<mview>.release() <spanclass="hljs-comment"># Releases the object's memory buffer.</span>
<mview>.release() <spanclass="hljs-comment"># Releases the object's memory buffer.</span>
xxxxxxxxxx