Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 265 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 265 Bytes

product-units

상품 단위(Unit)(중량, 길이, 면적, 부피, 메모리 크기 등) 을 Class 로 표현하고, 단위 변환을 손쉽게 할 수 있도록 한 라이브러리입니다.

val weight = 0.53.kilogram()
val weight2 = weight * 2