mirror of
https://github.com/duke-git/lancet.git
synced 2026-02-11 08:12:26 +08:00
Fix optional doc links (#179)
This commit is contained in:
@@ -608,6 +608,7 @@ import set "github.com/duke-git/lancet/v2/datastructure/set"
|
|||||||
import tree "github.com/duke-git/lancet/v2/datastructure/tree"
|
import tree "github.com/duke-git/lancet/v2/datastructure/tree"
|
||||||
import heap "github.com/duke-git/lancet/v2/datastructure/heap"
|
import heap "github.com/duke-git/lancet/v2/datastructure/heap"
|
||||||
import hashmap "github.com/duke-git/lancet/v2/datastructure/hashmap"
|
import hashmap "github.com/duke-git/lancet/v2/datastructure/hashmap"
|
||||||
|
import optional "github.com/duke-git/lancet/v2/datastructure/optional"
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Structure list:
|
#### Structure list:
|
||||||
@@ -630,6 +631,9 @@ import hashmap "github.com/duke-git/lancet/v2/datastructure/hashmap"
|
|||||||
[[doc](https://github.com/duke-git/lancet/blob/main/docs/en/api/packages/datastructure/heap.md)]
|
[[doc](https://github.com/duke-git/lancet/blob/main/docs/en/api/packages/datastructure/heap.md)]
|
||||||
- **<big>Hashmap</big>** : hash map structure.
|
- **<big>Hashmap</big>** : hash map structure.
|
||||||
[[doc](https://github.com/duke-git/lancet/blob/main/docs/en/api/packages/datastructure/hashmap.md)]
|
[[doc](https://github.com/duke-git/lancet/blob/main/docs/en/api/packages/datastructure/hashmap.md)]
|
||||||
|
- **<big>Optional</big>** : Optional container.
|
||||||
|
[[doc](https://github.com/duke-git/lancet/blob/main/docs/en/api/packages/datastructure/optional.md)]
|
||||||
|
|
||||||
|
|
||||||
<h3 id="fileutil"> 9. Fileutil package implements some basic functions for file operations. <a href="#index">index</a></h3>
|
<h3 id="fileutil"> 9. Fileutil package implements some basic functions for file operations. <a href="#index">index</a></h3>
|
||||||
|
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ import (
|
|||||||
- [IsNotNil](#IsNotNil)
|
- [IsNotNil](#IsNotNil)
|
||||||
- [IsNil](#IsNil)
|
- [IsNil](#IsNil)
|
||||||
- [IsNotNil](#IsNotNil)
|
- [IsNotNil](#IsNotNil)
|
||||||
- [IfNotNilOrElse](#IfPresentOrElse)
|
- [IfNotNilOrElse](#IfNotNilOrElse)
|
||||||
- [Umwarp](#Umwarp)
|
- [Umwarp](#Umwarp)
|
||||||
- [OrElse](#OrElse)
|
- [OrElse](#OrElse)
|
||||||
- [OrElseGet](#OrElseGet)
|
- [OrElseGet](#OrElseGet)
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ import (
|
|||||||
- [IsNotNil](#IsNotNil)
|
- [IsNotNil](#IsNotNil)
|
||||||
- [IsNil](#IsNil)
|
- [IsNil](#IsNil)
|
||||||
- [IsNotNil](#IsNotNil)
|
- [IsNotNil](#IsNotNil)
|
||||||
- [IfNotNilOrElse](#IfPresentOrElse)
|
- [IfNotNilOrElse](#IfNotNilOrElse)
|
||||||
- [Umwarp](#Umwarp)
|
- [Umwarp](#Umwarp)
|
||||||
- [OrElse](#OrElse)
|
- [OrElse](#OrElse)
|
||||||
- [OrElseGet](#OrElseGet)
|
- [OrElseGet](#OrElseGet)
|
||||||
|
|||||||
Reference in New Issue
Block a user