dart:ffi break up Pointer API into const/indexable/castable #35841
Labels
area-core-library
SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries.
library-ffi
type-design
Can we break up the
Pointer
API into multiple sub types?store
only if it is non-constelementAt()
only if its indexableoffsetBy
andcast
only if its castableRelated to: #35840
For reference, the current API without separate sub types:
The text was updated successfully, but these errors were encountered: