<divclass="content sourceset-depenent-content"data-active=""data-togglable=":kmath-core:dokkaHtmlPartial/commonMain"><divclass="symbol monospace"><spanclass="token keyword">inline </span><spanclass="token keyword">fun </span><ahref="-long-buffer.html"><spanclass="token function">LongBuffer</span></a><spanclass="token punctuation">(</span>size<spanclass="token operator">: </span><ahref="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a><spanclass="token punctuation">, </span>init<spanclass="token operator">: </span><spanclass="token punctuation">(</span><spanclass="token keyword"></span><ahref="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a><spanclass="token punctuation">)</span><spanclass="token operator"> -></span><spanclass="token keyword"></span><ahref="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html">Long</a><spanclass="token punctuation">)</span><spanclass="token operator">: </span><ahref="-long-buffer/index.html">LongBuffer</a><spanclass="top-right-position"><spanclass="copy-icon"></span><divclass="copy-popup-wrapper popup-to-left"><spanclass="copy-popup-icon"></span><span>Content copied to clipboard</span></div></span></div><pclass="paragraph">Creates a new <ahref="-long-buffer/index.html">LongBuffer</a> with the specified <ahref="-long-buffer.html">size</a>, where each element is calculated by calling the specified <ahref="-long-buffer.html">init</a> function.</p><pclass="paragraph">The function <ahref="-long-buffer.html">init</a> is called for each array element sequentially starting from the first one. It should return the value for a buffer element given its index.</p><br><divclass="symbol monospace"><spanclass="token keyword"></span><spanclass="token keyword">fun </span><ahref="-long-buffer.html"><spanclass="token function">LongBuffer</span></a><spanclass="token punctuation">(</span><spanclass="token keyword">vararg </span>longs<spanclass="token operator">: </span><ahref="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html">Long</a><spanclass="token punctuation">)</span><spanclass="token operator">: </span><ahref="-long-buffer/index.html">LongBuffer</a><spanclass="top-right-position"><spanclass="copy-icon"></span><divclass="copy-popup-wrapper popup-to-left"><spanclass="copy-popup-icon"></span><span>Content copied to clipboard</span></div></span></div><pclass="paragraph">Returns a new <ahref="-long-buffer/index.html">LongBuffer</a> of given elements.</p></div></div>