amazon-ion / ion-element-kotlin

IonElement is an immutable in-memory representation of the Ion data format. IonElement's API is idiomatic to Kotlin.
Apache License 2.0
8 stars 7 forks source link

Adds IntElementSize #31

Closed dlurton closed 4 years ago

dlurton commented 4 years ago

Implements #23

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

dlurton commented 4 years ago

Since this builds on #27, I will wait for it to be merged before revising this PR.

dlurton commented 4 years ago

Removed the changes from the other PR and applied feedback.