Skip to content
Snippets Groups Projects
Select Git revision
  • feature/v1.3.60
  • develop default protected
  • main protected
  • release/v1.0.7
  • release/v1.0.0
  • feature/v0.9.5
  • release/v0.6.2
  • hotfix/v0.5.7
  • release/v0.5.6
  • release/v0.5.5
  • hotfix/v0.5.4
  • hotfix/v0.5.3
  • hotfix/v0.5.2
  • release/v0.5.1
  • hotfix/v0.5.0
  • hotfix/v0.4.9
  • hotfix/v0.4.8
  • hotfix/v0.4.7
  • release/v0.4.6
  • hotfix/v0.4.5
  • v1.3.55
  • v1.3.52
  • v1.3.50
  • v1.3.45
  • v1.3.42
  • v1.3.41
  • v1.3.40
  • v1.3.38
  • v1.3.37
  • v1.3.36
  • v1.3.35
  • v1.3.34
  • v1.3.33
  • v1.3.32
  • v1.3.31
  • v1.3.30
  • v1.3.29
  • v1.3.28
  • v1.3.27
  • v1.3.26
40 results

MinInt.go

  • Md. Alim Ul Karim's avatar
    099775a8
    Merge branch... · 099775a8
    Md. Alim Ul Karim authored
    Merge branch 'feature/10-add-math-core-functions-such-as-min-max-from-strhelper' into 'draft/develop'
    
    Resolve "add math core functions such as min, max from strhelper"
    
    Closes #10 , #8, #9
    
    ## Introduction
    
    Build fixed, math functions added, default enum types added for str, int, byte.
    
    Note: [Template Reference](https://hackmd.io/@akarimevatix/H1Qsmq23w)
    
    ## Worked on Items
    
    - [x] #8 - Tests core added from strhelper
    - [x] #9 - Fixed build issues, there was an issue with byte overflow in Uppercase portion, [changed the type to int16 as byte cannot hold `-` ](https://play.golang.org/p/mFp_qfmKOta)
    - [x] #10 - Fixed build issues, there
    
    ## TODOs
    
    - N/A
    
    ## References
    
    - https://play.golang.org/p/mFp_qfmKOta
    
    ## Error Messaging Examples
    
    ```go
    	n := bytetype.Variant(5)
    
    	n.IsTrue(5, 10)
    ```
    
    ![image](/uploads/59680863caea2df7bcf49216ed66050d/image.png)
    
    ## Notes
    
    - N/A
    
    ## Merge Request Ordering
    
    - N/A
    
    See merge request !6
    099775a8
    History
    Merge branch...
    Md. Alim Ul Karim authored
    Merge branch 'feature/10-add-math-core-functions-such-as-min-max-from-strhelper' into 'draft/develop'
    
    Resolve "add math core functions such as min, max from strhelper"
    
    Closes #10 , #8, #9
    
    ## Introduction
    
    Build fixed, math functions added, default enum types added for str, int, byte.
    
    Note: [Template Reference](https://hackmd.io/@akarimevatix/H1Qsmq23w)
    
    ## Worked on Items
    
    - [x] #8 - Tests core added from strhelper
    - [x] #9 - Fixed build issues, there was an issue with byte overflow in Uppercase portion, [changed the type to int16 as byte cannot hold `-` ](https://play.golang.org/p/mFp_qfmKOta)
    - [x] #10 - Fixed build issues, there
    
    ## TODOs
    
    - N/A
    
    ## References
    
    - https://play.golang.org/p/mFp_qfmKOta
    
    ## Error Messaging Examples
    
    ```go
    	n := bytetype.Variant(5)
    
    	n.IsTrue(5, 10)
    ```
    
    ![image](/uploads/59680863caea2df7bcf49216ed66050d/image.png)
    
    ## Notes
    
    - N/A
    
    ## Merge Request Ordering
    
    - N/A
    
    See merge request !6
MinInt.go 103 B